home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot.OpenProm / sunmon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-10  |  359 b   |  26 lines

  1. /* 
  2.  * @(#)sunmon.h 1.7 88/09/28 SMI
  3.  * Copyright (c) 1986 by Sun Microsystems, Inc.
  4.  */
  5.  
  6. #ifndef _mon_sunmon_h
  7. #define _mon_sunmon_h
  8.  
  9. #ifdef sun2
  10. #include "../sun2/sunmon.h"
  11. #endif 
  12.  
  13. #ifdef sun3
  14. #include "../sun3/sunmon.h"
  15. #endif 
  16.  
  17. #ifdef sun3x
  18. #include "../sun3x/sunmon.h"
  19. #endif
  20.  
  21. #ifdef sun4 
  22. #include "../sun4/sunmon.h"
  23. #endif 
  24.  
  25. #endif /*!_mon_sunmon_h*/
  26.